All Questions
2 questions
0votes
1answer
975views
How to prevent hotlinking on binary content served through PHP?
I am trying to secure a byte serving script, written in PHP, mostly taken from http://www.tuxxin.com/php-mp4-streaming/ to protect against linking the video directly and easy downloading. I therefore ...
3votes
2answers
3kviews
List of web session attacks and counter measures
I'm writing a new website in PHP and I will be using cookies to track user session data. Before I finalize the design, I want to make sure that the site is not vulnerable to attacks. I have written a ...